Changing fonts inside our mp3 player

If you don't like my stylish pixel font, there is no problem! Let's change it!



Step 1

Let's open our index.fla file and let's take a look at our library (hit Ctrl+L if not opened):


In order to change fonts within our playlist, you need to double click the "albumlistboxitem" movieclip inside our library.




Step 2

A grey stripe with some text on it will appear on your stage. Just click on that text box, go to properties and start customizing your new font. Change it's type, size and also don't forget to unset it as a "bitmap text - no antialias" - that's only for pixel fonts. Set it as "antialias for readability".



Step 3

Well, doing these 2 steps will only change the font inside our albums list. You will probably want to change all the fonts. Changing the rest of the fonts will require the same 2 steps but will be applied to other movieclip from our library. Here's a list with all the movieclips that contain text: playlistlistboxitem, playlistHeader, playlistAccordionitem, download, albumsHeader, albumsAccordionItem, albumslistboxitem.


That's all! :)